@media(min-width:1330px){
    .container{width:1330px;}
}
body {
    --bgColor: #f7921e;
    --bgHoverColor: #3AB54B;
    --fontColor: #f7921e;
    --fontHoverColor: #3AB54B;
}
i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
a{transition:all 0.2s linear 0s;}
    a:hover {
        color: var(--fontColor);
    }
img{vertical-align:bottom;image-rendering:-webkit-optimize-contrast;}
input[type=text],textarea{font-family:Arial, Helvetica, sans-serif;-webkit-appearance: none;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
    border:0;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'),
    url('../fonts/iconfont.woff?t=1628666875768') format('woff'),
    url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.noPro{text-align:center;width:100%;}
.noPro img{height:150px;margin-bottom:30px;}
.noPro span{display:block;font-size:14px;color:#999;}

/*大包装询价*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:20%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips{margin-bottom:0;}
#blukquote_dialog .formcolumn-item.formcolumn-item-tips .text{font-size:12px;color:#FF0D0D;}
#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:30px 0;text-align:center;}
#blukquote_dialog .modal-footer input{background:var(--bgColor);color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:var(--bgHoverColor);}
#blukquote_dialog .modal-footer input:hover{color:#fff;}




/*float*/
.float_box{position:fixed;right:1px;top:50%;transform:translateY(-50%);transition:all 0.2s linear 0s;z-index:1000;}
.float_box ul{display:inline-block;width:100%;}
.float_box ul li{position:relative;display:block;width:64px;height:64px;background:#484C4F;text-align:center;vertical-align:bottom;margin-bottom:1px;border-radius:3px;transition:all 0.2s linear 0s;cursor:pointer;}
.float_box ul li:nth-child(5){margin-top:8px;}
.float_box ul li i{font-size:24px;color:#fff;display:block;line-height:30px;padding-top:9px;transition:all 0.2s linear 0s;}
.float_box ul li span{font-size:12px;color:#fff;display:block;line-height:20px;transition:all 0.2s linear 0s;}
.float_box ul li:hover{ background-color:var(--bgColor)}
.float_box ul li:hover i{color:#fff;}
.float_box ul li:hover span{color:#fff;}
.float_box ul li .qq_box{position:absolute;right:64px;top:0;display:none;background:var(--bgColor);border-radius:3px;padding:10px;}
.float_box ul li .qq_box a{font-size:14px;color:#fff;display:block;width:160px;line-height:28px;transition:all 0.2s linear 0s;}
.float_box ul li .qq_box a:hover{text-decoration:underline;}
.float_box ul li .tel_box{display:none; position:absolute;right:64px;top:0;border-top:4px solid var(--bgColor);padding:20px;font-size:14px;background:#fff;line-height:28px;width:262px;box-shadow:0 3px 8px rgba(0,0,0,0.15);border-radius:3px;}
.float_box ul li .tel_box i{font-size:42px;color:#d3d3d3;margin-right:10px;}
.float_box ul li .tel_box span{color:#2974ba;font-size:24px;line-height:28px;text-align:left;}
.float_box ul li .tel_box span em{display:block;color:#aaa;font-size:14px;}
.float_box ul li .code_box{padding:10px;background:var(--bgColor);border-radius:3px;position:absolute;right:64px;top:0;display:none;}
.float_box ul li .code_box img{width:100px;}
.float_box ul li .code_box span{line-height:18px;color:#fff;}
.float_box ul li#fqq:hover .qq_box{display:block;}
.float_box ul li#ftel:hover .tel_box{display:flex;}
.float_box ul li#weixin:hover .code_box{display:block;}
.phone_top{display:none;position:fixed;bottom:60px;right:10px;}
.phone_top i{color:var(--bgColor);font-size:40px;}



/*分页*/
.kj-page{text-align:center;}
.kj-page .pagination{margin:40px 0 20px 0;}
.kj-page .pagination > li > a,.kj-page .pagination > li > span{font-size:13px;margin:3px;padding:0;width:30px;height:30px;line-height:28px;border-radius:5px;color:#999;border-color:#C3C3C3;}
.kj-page .pagination > li > a:hover,.kj-page .pagination > li > span:hover{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.kj-page .pagination > li.active > a{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}




/*文章*/
.page_about {
    padding-bottom: 140px;
}
.page_about h1{text-align:center;font-weight:bold;font-size:38px;color:#333333;line-height:50px;margin:48px 0 30px 0;}
.page_about .container:nth-child(3){display:flex;flex-wrap: wrap;}
.page_about .left_brief{font-size:16px;color:#666666;line-height:39px;text-align:justify;}
.page_about .right_img{width:100%;margin-top:55px;}
.page_about .right_img img{max-width:100%;margin:0 auto;}
.about_culture{background:url("../images/culture_bg.png") no-repeat center;background-size:cover;padding:115px 0;}
.about_culture .container{display:flex;flex-wrap: wrap;align-items:center;}
.about_culture .left_img{width:624px;}
.about_culture .left_img img{max-width:100%;}
.about_culture .right_text{flex:1;padding-left:80px;}
.about_culture .right_text h1{font-weight:bold;font-size:36px;color:#333333;line-height:50px;}
.about_culture .right_text .brief_text{font-size:16px;color:#333333;line-height:40px;margin-top:24px;}



.contact_us_box ul{display:flex;flex-wrap: wrap;justify-content: space-between;margin:52px 0 32px 0;}
.contact_us_box ul li{width:220px;}
.contact_us_box ul li i{margin:0 auto;display:block;width:90px;height:90px;border-radius:50%;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.2);text-align:center;line-height:90px;font-size:40px;color:var(--fontColor);transition:all 0.2s linear 0s;}
.contact_us_box ul li h1{text-align:center;font-size:18px;color:#333333;font-weight:bold;line-height:34px;margin-top:20px;}
.contact_us_box ul li span{display:block;text-align:center;font-size:16px;color:#333333;line-height:26px;}
.contact_us_box ul li a{display:block;text-align:center;font-size:16px;color:#333333;line-height:26px;}
.contact_us_box ul li a:hover{color:Var(--fontColor);text-decoration:underline;}
.contact_us_box ul li:hover i{background:var(--bgColor);color:#fff;}
.map_box{background:#f1f1f1;width:100%;height:372px;}



.container {
  padding: 0;
  width: 1400px;
}
div {
  transition-duration: 0.3s;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  overflow-x: hidden;
  --bgColor: #0176CE;
  --bgHoverColor: #065BB5;
  --fontColor: #0176CE;
  --fontHoverColor: #065BB5;
}
a {
  color: #333;
}
a:hover {
  color: var(--fontColor);
  text-decoration: none;
}
.container::before,
.container::after {
  display: none;
}
.kj-logo {
  max-width: 100%;
}
.kj-top-search .col-sm-10 {
  width: calc(100% - 230px);
  padding-left: 100px;
}
.kj-top-search .col-sm-2 {
  width: 230px;
}
.kj-top-search {
  height: 90px;
  display: flex;
  align-items: center;
}
.kj-site-top-search-center-all {
  display: flex;
  align-items: center;
}
.navbar-toggle {
  background-color: var(--bgColor);
}
.navbar-toggle span {
  background-color: #fff;
}
.kj-site-top-search-center {
  border: 1px solid var(--bgColor);
  width: 100%;
  display: flex;
  border-radius: 30px;
  background-color: #fff;
}
.kj-site-top-search-center .btn-default:hover {
  background-color: var(--bgHoverColor);
  color: #fff;
}
.kj-site-top-search-center input {
  height: 35px;
  border: none;
  background-image: url(../images/search.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 12px center;
  padding-left: 40px;
  border-radius: 30px !important;
  outline: none;
  width: calc(100% - 100px);
  line-height: 35px;
  font-size: 13px;
  color: #999;
}
.kj-site-top-search-center input:focus {
  box-shadow: none;
}
.kj-site-top-search-center input::placeholder {
  font-size: 13px;
  color: #999;
}
.kj-site-top-search-center input::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
}
.kj-site-top-search-center button {
  height: 35px;
  line-height: initial;
  padding: 0;
  flex: 0 0 100px;
  border: none;
  border-radius: 30px !important;
  color: #fff;
  background-color: var(--bgColor);
  transition-duration: 0.39s;
}
.kj-site-top-search-center button i {
  font-size: 24px;
}
.top_tel {
  color: var(--fontColor);
  flex: 0 0 161px;
  font-size: 19px;
  margin-left: 150px;
}
.top_tel i {
  font-size: 20px;
  margin-right: 10px;
}
.kj-site-top-nav {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  background-color: var(--bgColor);
  border: none;
  z-index: 99;
  box-shadow: 0 8px 8px -1px rgba(0, 0, 0, 0.2);
}
#navbox {
  padding: 0;
}
.kj-site-top-nav .navbar-nav li a {
  display: inline-block;
  padding: 0;
  color: #fff;
  position: relative;
  font-size: 16px;
  padding: 14px 65px;
  transition-duration: 0.39s;
  font-weight: bold;
}
.kj-site-top-nav .navbar-nav li a:hover {
  background-color: var(--bgHoverColor);
  color: #fff;
}
.kj-default-swiper1 {
  height: 470px;
}
.kj-default-swiper1 .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kj-default-swiper1 .swiper-pagination {
  bottom: 15px;
}
.kj-default-swiper1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  border: 1px solid #fff;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
}
.kj-default-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 17px;
}
.kj-footer {
    margin-top: 100px;
    background-color: #0176CE;
    padding-top: 55px;
}
.kj-footer a:hover {
  text-decoration: underline;
}
.kj-footer hr {
  margin: 0;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.kj-footer ul {
  display: flex;
  justify-content: space-between;
}
.kj-footer ul li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 36px;
  list-style: none;
  margin-right: 80px;
}
.kj-footer ul li img {
  width: 110px;
}
.kj-footer ul li .logo2 {
  width: 235px;
  margin-top:30px;
}
.kj-footer ul li h3 {
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
}
.kj-footer ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
.kj-footer ul li span,
.kj-footer ul li div {
  display: flex;
}
.kj-footer ul li span i,
.kj-footer ul li div i {
  margin-right: 10px;
}
.kj-footer ul li span {
  flex: 0 0 68px;
}
.kj-footer ul li:last-child {
  margin-right: 0;
  margin-left: 80px;
}
.kj-footer ul li:last-child h3 {
  text-align: center;
  font-size: 14px;
}
.kj-footer .kj-ftm {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  height: 78px;
  align-items: center;
  justify-content: space-between;
}
.kj-footer .kj-ftm a {
  color: rgba(255, 255, 255, 0.7);
}
.header {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-top: 75px;
  margin-bottom: 65px;
}
.header span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--bgColor);
}
.recommand_swiper {
  padding-bottom: 130px;
  position: relative;
}
.recommand_swiper .swiper-button-prev,
.recommand_swiper .swiper-button-next {
  background-image: none;
  top: 37%;
}
.recommand_swiper .swiper-button-prev i,
.recommand_swiper .swiper-button-next i {
  font-size: 50px;
  font-weight:bold;
  color: #999;
}
.recommand_swiper .swiper-button-prev:hover i,
.recommand_swiper .swiper-button-next:hover i {
  color: var(--fontColor);
}
.recommand_swiper .swiper-button-next {
  right: -50px;
}
.recommand_swiper .swiper-button-prev {
  left: -50px;
}
.recommand_swiper .swiper-pagination {
  width: 100%;
  bottom: 80px;
  text-align: center;
}
.recommand_swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #464646;
  width: 15px;
  height: 15px;
  background-color: #fff;
  margin: 0 5px;
}
.recommand_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bgColor);
}
.recommand_swiper .swiper-container {
  padding: 10px;
  padding-top: 3px;
}
.recommand_swiper .box {
  height: 325px;
  padding-top: 55px;
  box-shadow: 0 2px 3px 3px #f2f2f2;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.recommand_swiper .out {
  text-align: center;
}
.recommand_swiper .out i {
  display: block;
  margin: 0 auto;
  font-size: 90px;
  background-image: linear-gradient(#8E8E8E, #353535);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recommand_swiper .out label {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: var(--bgColor);
  margin-bottom: 10px;
}
.recommand_swiper .out span {
  color: #999;
  font-size: 15px;
  font-weight: bold;
}
.recommand_swiper .in {
  opacity: 0;
  display: none;
  position: absolute;
  background-color: var(--bgColor);
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 30px 20px;
}
.recommand_swiper .in h3 {
  font-size: 22px;
  font-weight: bold;
}
.recommand_swiper .in span {
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
  display: block;
}
.recommand_swiper .in .url {
  margin-top: 20px;
  line-height: 33px;
}
.recommand_swiper .in a {
  color: #fff;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.recommand_swiper .in a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.recommand_swiper .box:hover .in {
  opacity: 1;
  display: block;
}
.about_data {
  height: 440px;
  padding-top: 1px;
  background-image: url('../images/indexbg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.counter-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.counter-section .item {
  text-align: center;
  width: 185px;
}
.counter-section .item .text {
  font-size: 16px;
}
.counter-section .item .text::after {
  content: "";
  width: 90px;
  display: block;
  margin: 0 auto;
  height: 1px;
  background-color: var(--bgColor);
  margin-top: 15px;
  margin-bottom: 10px;
}
.counter-section .item .timer {
  font-size: 65px;
}
.counter-section .item .footerText {
  font-style: normal;
  font-size: 18px;
}
.counter-section .line {
  width: 1px;
  height: 125px;
  background-color: #fff;
}
.Introduction_Advertising {
  background-image: url('../images/indexbg2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Introduction_Advertising .container {
  display: flex;
  height: 160px;
  justify-content: space-between;
  align-items: center;
}
.Introduction_Advertising .left {
  font-size: 25px;
  line-height:41px;
  font-weight: bold;
  color: #fff;
}
.technical .box:hover::after{
    background-image:none;
    background-color:rgba(0,0,0,0.6);
}
.Introduction_Advertising .detail_btn {
  display: block;
  width: 223px;
  font-size: 16px;
  text-align: center;
  line-height: 49px;
  height: 48px;
  background-color: #fff;
  color: var(--fontColor);
}
.Introduction_Advertising .detail_btn:hover {
  background-color: #1CB391;
  color: #fff;
}
.technical {
  padding-bottom: 100px;
}
.technical .lines {
  display: flex;
  width: 100%;
}
.technical .box {
  margin-bottom: 25px;
  position: relative;
  margin-right: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: calc(100% / 4);
  height: 330px;
  border-radius: 4px;
  color: #fff;
}
.technical .box .out {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  z-index: 3;
}
.technical .box .in {
  display: none;
  opacity: 0;
  height: 100%;
  width: 100%;
  padding: 65px 30px;
  z-index: 5;
  position: relative;
}
.technical .box .in h3 {
  font-size: 20px;
  font-weight: bold;
}
.technical .box .in h3::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.technical .box .in .content {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  height: 90px;
  margin-top: 15px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.technical .box .in .detail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 40px;
  font-size: 15px;
  color: #fff;
  border-radius: 3px;
}
.technical .box .in .detail_btn:hover {
  background-color: #fff;
  color: var(--fontColor);
}
.technical .lines .box:nth-child(4n) {
  margin-right: 0;
}
.technical .box:hover {
  width: calc(100% / 4 * 2 - 75px);
  flex: 0 0 calc(100% / 4 * 2 - 75px);
}
.technical .box:hover .out {
  opacity: 0;
}
.technical .box::after {
  content: "";
  width: 100%;
  position: absolute;
  display: block;
  z-index: 2;
  height: 80px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}
.technical .box:hover::after {
  height: 100%;
}
.technical .box:hover .in {
  display: block;
  opacity: 1;
}
.news .img {
  height: 235px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news .title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .content {
  color: #666;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .time {
  margin: 10px 0;
  display: block;
}
.news .detail_btn {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #999;
  margin-top: 25px;
  border: 1px solid #E6E6E6;
}
.news:hover .time {
  color: var(--fontColor);
}
.news:hover .detail_btn {
  background-color: var(--bgColor);
  color: #fff;
  border-color: var(--bgColor);
}
.news:hover .title {
  color: var(--bgColor);
}
.index_news {
  padding-top: 1px;
  padding-bottom: 100px;
  background-color: #FAFAFA;
}
.index_news .row {
  margin-left: 0;
  margin-right: -70px;
}
.index_news .col-sm-4 {
  padding-left: 0;
  padding-right: 70px;
}
.path_nav .container {
  display: flex;
  align-items: center;
  height: 55px;
  margin-bottom: 10px;
}
.path_nav .container label {
  display: flex;
  align-items: center;
  color: #666;
  font-weight: normal;
}
.path_nav .container i {
  margin-right: 10px;
  color: var(--bgColor);
  font-size: 22px;
}
.path_nav .container .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #666;
}
.path_nav .container .breadcrumb a {
  color: #666;
}
.path_nav .container .breadcrumb .active span {
  color: #333;
}
.path_nav .container .breadcrumb .active a {
  color: #333;
}
.path_nav .container .breadcrumb > li + li:before {
  content: ">";
}
.page_banner {
  padding-left: 165px;
  padding-top: 65px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.page_banner h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page_banner span {
  font-size: 20px;
}
.prolist {
  margin-top: 38px;
}
.prolist .col-md-3 {
  width: 275px;
}
.prolist .col-md-9 {
  width: calc(100% - 275px);
}
.pro_nav a {
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 10px;
  border-left: 2px solid transparent;
}
.pro_nav a i {
  color: #999;
  transform: scale(0.9);
}
.pro_nav a:hover,
.pro_nav a.active {
  background-color: #F4F4F4;
  color: var(--fontColor);
  border-left-color: var(--fontColor);
}
.pro_nav a:hover i,
.pro_nav a.active i {
  color: var(--fontColor);
}
.pro_info h3 {
  font-size: 24px;
  color: var(--fontColor);
  font-weight: bold;
}
.pro_info .content {
  margin-top: 10px;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 25px;
}
.kj-table table {
  border: 1px solid #DDD9D9;
}
.kj-table .title {
  color: var(--fontColor);
}
.kj-table .title:hover {
  text-decoration: underline;
}
.kj-table .table > thead > tr > th {
  border-bottom: 1px solid #4D9FDD;
  font-weight: bold;
}
.kj-table .red {
  color: #e70707;
}
.kj-table td {
  color: #666;
}
.kj-table .table > tbody > tr > td,
.kj-table .table > tbody > tr > th,
.kj-table .table > tfoot > tr > td,
.kj-table .table > tfoot > tr > th,
.kj-table .table > thead > tr > td,
.kj-table .table > thead > tr > th {
  padding: 15px;
}
.kj-table .table > tbody > tr:nth-child(even) {
  background-color: #FAFAFA;
}
.kj-table thead {
  background-color: #F5F5F5;
}
.kj-table thead th {
  font-weight: normal;
  border-bottom: none;
}
.page_banner2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.page_banner2 .container {
  display: flex;
  align-items: center;
  height: 300px;
  padding-left: 130px;
}
.page_banner2 h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page_banner2 span {
  font-size: 20px;
  margin-top: 10px;
  font-weight: normal;
  display: block;
}
.path_nav2 {
  box-shadow: 0 5px 5px 0 #eee;
  background-color:#fff;
}
.path_nav2 .container {
  height: 70px;
  justify-content: space-between;
}
.path_nav2 .left {
  display: flex;
  align-items: center;
}
.path_nav2 .right::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.path_nav2 .right::-webkit-scrollbar {
  height: 5px;
  background-color: #eee;
}
.path_nav2 .right {
  display: flex;
  justify-content:right;
  flex: 0 0 60%;
  overflow-x: auto;
}
.path_nav2 .right a {
  display: flex;
  align-items: center;
  height: 70px;
  flex: 0 0 auto;
  margin-left: 65px;
  font-size: 16px;
  position: relative;
}
.path_nav2 .right a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
}
.path_nav2 .right a.active,
.path_nav2 .right a:hover {
  color: var(--fontColor);
  font-weight: bold;
}
.path_nav2 .right a:hover::after,
.path_nav2 .right a.active::after {
  background-color: var(--bgColor);
}
.fuwu {
  margin-left: 0;
  margin-right: -55px;
}
.fuwu .col-md-6 {
  padding-left: 0;
  padding-right: 55px;
}
.fuwu .box {
  margin-top: 65px;
  display: flex;
  border: 1px solid #DDD9D9;
}
.fuwu .box .left {
  display: block;
  width: 315px;
  height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fuwu .box .right {
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 30px;
  width: calc(100% - 315px);
}
.fuwu .box .right .title {
  font-size: 20px;
  font-weight: bold;
  color: var(--fontColor);
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.fuwu .box .right .content {
  margin-top: 15px;
  color: #666;
  line-height: 27px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.fuwu .box .right .detail_btn {
  margin-top: 25px;
  display: flex;
  height: 33px;
  align-items: center;
  width: 115px;
  color: #999;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #CDCDCD;
}
.fuwu .box .right .detail_btn i {
  margin-right: 5px;
}
.fuwu .box:hover {
  border-color: var(--bgColor);
}
.fuwu .box:hover .detail_btn {
  background-color: var(--bgColor);
  color: #fff;
  border-color: var(--bgColor);
}
.probox .topinfo {
  border: 1px solid #DDDDDD;
  display: flex;
  padding-bottom: 20px;
}
.probox .topinfo .left {
  width: 320px;
  height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.probox .topinfo .left img {
  max-width: 100%;
  max-height: 100%;
}
.probox .topinfo .right {
  width: calc(100% - 320px);
  margin-top: 45px;
  padding-right: 40px;
}
.probox .topinfo .right .title {
  margin-bottom: 20px;
  font-size: 18px;
}
.probox .topinfo .right .text_info {
  display: flex;
  line-height: 27px;
  color: #666;
}
.probox .topinfo .right .text_info span {
  color: var(--fontColor);
}
.probox .topinfo .right .text_info label {
  font-weight: normal;
}
.probox .btminfo {
  margin-top: 30px;
}
.probox .btminfo .nav-tabs > li > a {
  border: 1px solid #ddd;
  padding: 10px 40px;
  font-size: 15px;
  font-weight:bold;
  margin-right: 5px;
}
.probox .btminfo .nav-tabs > li.active > a,
.probox .btminfo .nav-tabs > li.active > a:focus,
.probox .btminfo .nav-tabs > li.active > a:hover,
.probox .btminfo .nav-tabs > li > a:hover {
  background-color: var(--bgColor);
  color: #fff;
  border-color: var(--fontColor);
}
.probox .btminfo .proinfo_content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px 40px;
  line-height: 31px;
}
.probox .btminfo .proinfo_content .box {
  margin-top: 10px;
  border-bottom: 1px solid #F2F2F2;
  padding: 20px 0 25px;
}
.probox .btminfo .proinfo_content .box h3 {
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--fontColor);
  font-weight: bold;
}
.probox .btminfo .proinfo_content .box table {
  width: 100%;
}
.probox .btminfo .proinfo_content .box:last-child {
  border: none;
}
.kj-profile {
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 10px;
  border-top:0;
}
.kj-profile a {
  margin-right: 10px;
}
.kj-profile i {
  font-size: 18px;
}
.swiper-button-prev:after,.swiper-button-next:after{display:none}
.counter-section .line:last-child{
    display:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: var(--bgHoverColor);
    color: #fff;
}
.li-procata:hover .dropdown-menu {
  display: block;
}
.li-procata:hover .dropdown-menu li .dropdown-menu {
  display: none;
}
.li-procata .dropdown-menu li {
  position: initial;
}
.li-procata .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.li-procata .dropdown-menu li:hover .dropdown-menu {
  display: block;
}
.li-procata .dropdown-menu li .dropdown-menu li .dropdown-menu {
  display: none;
}
.li-procata .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  display: block;
  top: 0;
}
.li-procata .dropdown-menu {
  min-width: 100%;
  border: none;
  top:100%;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.li-procata .dropdown-menu li {
  width: 100%;
}
.li-procata .dropdown-menu li a {
  padding: 11px 10px 11px 18px !important;
  border-bottom: 1px solid #EEEEEE;
  width: 100%;
  font-weight: lighter;
  background-color: #fff;
  background-image: none;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.li-procata .dropdown-menu li a span {
  display: block;
  transform: rotate(-90deg);
  font-size: 20px;
  color: #9F9F9F;
}
.li-procata .dropdown-menu li a:hover {
  background-color: #f2f2f2;
  color: var(--fontColor);
}
.li-procata .dropdown-menu li .dropdown-menu {
  display: none;
}
.li-procata .dropdown-menu li:last-child a {
  border: none;
}
.kj-site-top{
    background-color:#fff;
}
.article_box{
    background-color:#fff;
    padding:20px 30px;
    line-height:28px;
    border-radius:5px;
}
.article_box img{
    max-height:100%;
    height:auto !important;
}
.article_title {
    text-align: center;
    font-size: 34px;
    padding: 20px 0 30px;
    color:var(--bgColor)
}